updating oE bk_color

bk_color

include graphics.e 
namespace graphics 
public procedure bk_color(color c) 

sets the background color to one of the sixteen standard colors.

Parameters:
  1. c : the new text color. Add BLINKING to get blinking text in some modes.
Comments:

To restore the original background color when your program finishes, ( often 0 - BLACK), you must call bk_color(0). If the cursor is at the bottom line of the screen, you may have to actually print something before terminating your program; printing '\n' may be enough.

Example 1:
bk_color(BLACK) 
See Also:

text_color

Not Categorized, Please Help

Search



Quick Links

User menu

Not signed in.

Misc Menu